home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00143_Script_143 < prev    next >
Text File  |  1994-06-14  |  474b  |  26 lines

  1. -- P13S9 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 9
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,5)
  9.   setAppearTime(1,4*60)
  10.   setAppearTime(2,7*60)
  11.   setAppearTime(3,8*60)
  12.   setAppearTime(4,9*60)
  13.   setAppearTime(5,10*60)
  14.     
  15.   global theGauge
  16.   mSetLevel(theGauge, Step)
  17.   
  18.   global LastQT
  19.   set LastQT = "P13S09"
  20.   cursor 4
  21.   preLoadCast the number of cast LastQT  
  22.   
  23.   setUpFastFwd()
  24.   cursor -1
  25. end
  26.